Skip to content

feat(parser): add JavaScript support - #102

Closed
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-javascript-support
Closed

feat(parser): add JavaScript support#102
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-javascript-support

Conversation

@rabii-chaarani

Copy link
Copy Markdown
Owner

Summary

  • register JavaScript discovery for .js, .jsx, .mjs, and .cjs
  • add the Tree-sitter JavaScript grammar, syntax catalog, CLI, and MCP exposure
  • normalize classes, functions, methods, imports, and calls while retaining JSX as ordered raw syntax
  • document the durable parsing contract in k-wiki

Verification

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
  • cargo test --workspace --locked
  • cargo publish --dry-run --locked
  • exact crate-size gate
  • recommended wiki validation, link check, and site build

@rabii-chaarani
rabii-chaarani force-pushed the codex/add-javascript-support branch from 898c973 to 340f5f9 Compare August 25, 2026 04:16
@rabii-chaarani

Copy link
Copy Markdown
Owner Author

Superseded by #107, which combines TypeScript/TSX, JavaScript/JSX, and HTML on top of the merged CSS support in one atomic PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant